home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
How Many Bugs in a Box
/
How Many Bugs in a Box.cdr
/
bugs
/
page6
/
00227.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-03-29
|
262 b
|
14 lines
on exitFrame
global startframe, timerate
set myframe to startframe + (the timer / timerate)
if myframe > the frame then
if myframe > marker("talkend") then
go("talkend")
else
go(myframe)
end if
else
go(the frame)
end if
end